Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 8 - Video Digitizer Components / Video Digitizer Components Reference
Video Digitizer Component Functions / Controlling Compressed Source Devices


VDCompressOneFrameAsync

The VDCompressOneFrameAsync function instructs the video digitizer to digitize and compress a single frame of image data. Because the component performs this action asynchronously, the application is free to do other things while the digitizer works on the image.

pascal VideoDigitizerError VDCompressOneFrameAsync 
                           (VideoDigitizerComponent ci);
ci
Identifies the application's connection to the video digitizer component. An application obtains this value from the Component Manager's OpenComponent function.
DESCRIPTION
An application can determine when the digitizer is done with the frame by calling the VDCompressDone function, which is discussed next.

Unlike the VDGrabOneFrameAsync function (discussed on page 8-56), the video digitizer handles all details of managing data buffers.

RESULT CODES
noErr0No error
digiUnimpErr-2201Function not supported

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help